Column | Data Type | Nullable | Default | Description |
ShipMethodID | int | not null | | Primary key for ShipMethod records. |
Name | dbo.Name | not null | | Shipping company name. |
ShipBase | money | not null | ((0.00)) | Minimum shipping charge. |
ShipRate | money | not null | ((0.00)) | Shipping charge per pound. |
rowguid | uniqueidentifier | not null | (newid()) | ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample. |
ModifiedDate | datetime | not null | (getdate()) | Date and time the record was last updated. |